Merged
Conversation
…ns, and theme system Brings 97 shadcn-compatible components (49 UI primitives + 48 AI elements), design tokens, theming system, and registry into the ghost monorepo as packages/ghost-ui. Excludes icons (not OSS) and proprietary fonts (swapped CashSans → Geist). Replaces next-themes with a custom framework-agnostic ThemeProvider to eliminate the Next.js dependency. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace Next.js with Vite for a lighter, faster dev experience. Swap app-directory routing for React Router v7, replace next/link and next/navigation with react-router equivalents, and convert server-side fs.readFileSync calls to Vite import.meta.glob(?raw) for component source display. Also adds HK Grotesk font faces, fixes dark-mode visibility for hero plus grid and circle, and improves GSAP scroll reveal clearProps. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Expand the README to comprehensively cover the new ghost-ui package — its 97 components (49 primitives + 48 AI elements), theme system, shadcn registry, and live catalogue — alongside the existing drift detection and fingerprinting documentation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add required `homepage` field to registry.json so `shadcn build` validates successfully, and include the generated per-component JSON files in public/r/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ts, diff, agent skills - Extend ghost-core types to support all shadcn v4 registry item types (registry:base, registry:font, registry:theme, etc.) with FontDescriptor, CSSVarsMap, and ComponentMeta interfaces - Add registry:font item for HK Grotesk (7 weights, self-hosted woff2) with companion font-faces style item and automatic dependency wiring - Add registry:base item (ghost-ui-base) that bundles the entire design system as a single-install payload with 323 CSS tokens across theme/light/dark - Generate registry:theme items from existing theme presets (warm-sand, ocean, midnight-luxe, neon-brutalist, soft-pastel) via build-presets script - Set ghost-ui style to "ghost" in components.json and base item config - Add ghost diff CLI command with severity classification (cosmetic/additive/ breaking/missing) combining structure and value scanning - Generate .shadcn/skills.md agent metadata with component inventory, token taxonomy, variant extraction, and data-slot mapping for 97 components - Wire build pipeline: build:base → build:presets → generate:skills → shadcn build Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…sable infrastructure Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@ghost/uipackage — a shadcn-compatible component registry serving as Ghost's reference design language, ported from boss-uiTest plan
pnpm install && pnpm buildsucceedsjust devlaunches the catalogue at localhostjust build-registryproduces a validregistry.json🤖 Generated with Claude Code